From: LTSP Debian Maintainers Date: Mon, 9 Jan 2017 20:07:59 +0000 (+0000) Subject: reproducible-mo-files X-Git-Tag: archive/raspbian/5.18.12-1+rpi1^2~1^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=d1dafb50860edd053c104c29fe4de2b07307454d;p=ltsp.git reproducible-mo-files Avoid always checking weather the .pot file should be regenerated. Gbp-Pq: Name reproducible-mo-files --- diff --git a/po/Makefile b/po/Makefile index 6a73456..925765f 100644 --- a/po/Makefile +++ b/po/Makefile @@ -16,7 +16,7 @@ DESTDIR=/ %.po: $(DOMAIN).pot msgmerge -U $*.po $(DOMAIN).pot -$(DOMAIN).pot: $(GETTEXTFILES) +$(DOMAIN).pot: $(shell xgettext -L Shell -o $(DOMAIN).pot $(GETTEXTFILES)) update-po: